Operator: LogCosh-Affine-Gate (Fused CUDA Kernel)

Definition
- z = x * scale + bias
- m = log(cosh(z))
- g = sigmoid(alpha * m + beta)
- y = x * g

Goal
- Numerically stable logcosh fusion; target ≥1.30x speedup.
